From 3ddee2561b031272f58100025d90e64c7c4483da Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Nov 2010 23:02:30 -0500 Subject: [PATCH] Small doc addition --- gtk/gtkstylecontext.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index ff5038d7b2..9c59552314 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -2406,6 +2406,10 @@ gtk_style_context_get_direction (GtkStyleContext *context) * This is merely a hint that may or may not be honored * by theming engines. * + * Container widgets are expected to set junction hints as appropriate + * for their children, so it should not normally be necessary to call + * this function manually. + * * Since: 3.0 **/ void -- 2.30.2